VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ComparerResult<TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ComparerResult<TValue> Class
    In This Topic
    Stores the results of analyzer results comparison.
    Object Model
    AnalyzerResult<TValue> AnalyzerResult<TValue> IProcessingCommandInfo ComparerResult<TValue>
    Syntax
    'Declaration
    
    Public Class ComparerResult(Of TValue
    The type of the compare value.
    ) Inherits CompoundAnalyzerResult(Of TValue)
    public class ComparerResult<TValue> : CompoundAnalyzerResult<TValue>
    
    
    public __gc class ComparerResult<TValue> : public CompoundAnalyzerResult<TValue*>*
    
    
    generic<typename TValue>
    public ref class ComparerResult : public CompoundAnalyzerResult<TValue^>^
    
    

    Type Parameters

    TValue
    The type of the compare value.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also